home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat2
/
xtitle.2
< prev
next >
Wrap
Text File
|
1999-09-16
|
809b
|
67 lines
xtitle(2) Scilab Function xtitle(2)
NAME
xtitle - add titles on a graphic window
CALLING SEQUENCE
[]=xtitle(xtit,[xax,yax,encad])
PARAMETERS
xtit, xax, yax : matrices of strings (global and x,y titles)
encad : integer value (if = 1 a framed box is added around each
title).
DESCRIPTION
Add titles on a 2D or 3D Scilab plot. xtit stand for a general title , xax
for a title on the X-axis and yax for a title on the Y-axis.
This function must be called after a call to the high level plotting func-
tion (plot2d,plot3d,...). If the arguments are matrices each line of the
matrices is displayed on a different line.
Enter the command xtitle() to see a demo.
AUTHOR
J.Ph.C.